home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacAddict 114
/
macaddict114.cdr
/
Software
/
Graphics & Multimedia
/
EasyCrop.dmg
/
EasyCrop.app
/
Contents
/
Resources
/
English.lproj
/
MainMenu.nib
/
classes.nib
next >
Wrap
Text File
|
2005-11-10
|
8KB
|
212 lines
{
IBClasses = (
{
ACTIONS = {
captureScreen = id;
captureScreenTimed = id;
captureScreenTimedCancel = id;
captureScreenTimedStart = id;
captureSelection = id;
captureWindow = id;
changeFileType = id;
checkForUpdates = id;
clear = id;
copy = id;
customizeToolbar = id;
debug = id;
desaturate = id;
deselect = id;
discardImage = id;
endPromptSheet = id;
flipHorizontal = id;
flipVertical = id;
getInfo = id;
open = id;
paste = id;
print = id;
revert = id;
rotateImage = id;
rotateImageCCW = id;
rotateImageCCWFine = id;
rotateImageCW = id;
rotateImageCWFine = id;
saveDocumentAs = id;
scaleImage = id;
selectAll = id;
sendTo = id;
sendToEasyFrame = id;
sendToFileChute = id;
setFilesizeLimit = id;
setImageInterpolation = id;
setOutputHeight = id;
setOutputWidth = id;
setPreviewMode = id;
setQuality = id;
showAboutWindow = id;
showHelpTopic = id;
showPreferencePanel = id;
showRegistrationPanel = id;
showRegistrationPromptPanel = id;
toggleAntialias = id;
toggleFilesizeLimit = id;
togglePreserveExif = id;
toggleThumbnailIcon = id;
toggleToolbar = id;
updatePreview = id;
visitFaq = id;
};
CLASS = AppController;
LANGUAGE = ObjC;
OUTLETS = {
"_antialiasMI" = NSMenuItem;
"_countdownTF" = NSTextField;
"_countdownWindow" = NSWindow;
"_dummyWindow" = NSWindow;
"_expiredPanel" = NSWindow;
"_fileMenu" = NSMenu;
"_getEasyFramePanel" = NSPanel;
"_getFileChutePanel" = NSPanel;
"_helpMenu" = NSMenu;
"_infoController" = InfoController;
"_inputView" = InputImageView;
"_interpolationMenu" = NSMenu;
"_outputView" = OutputImageView;
"_outputViewCM" = NSMenu;
"_previewModePopUpButton" = NSPopUpButton;
"_ratioController" = RatioController;
"_scalePercentTF" = NSTextField;
"_sendToMenu" = NSMenu;
"_targetController" = TargetController;
"_targetDw" = NSDrawer;
"_thumbnailMI" = NSMenuItem;
fileFormatPopUpButton = NSPopUpButton;
filenameTextField = NSTextField;
filesizeChk = NSButton;
filesizeStepper = NSStepper;
filesizeTextField = NSTextField;
heightTextField = NSTextField;
outputScrollView = NSScrollView;
qualityStepper = NSStepper;
qualityTextField = NSTextField;
rotationSlider = RotateSlider;
scaleSlider = NSSlider;
timedCapturePanel = NSPanel;
timedCaptureStepper = NSStepper;
widthTextField = NSTextField;
};
SUPERCLASS = NSObject;
},
{CLASS = CountdownWindow; LANGUAGE = ObjC; SUPERCLASS = CustomWindow; },
{CLASS = CustomWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; },
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
CLASS = InfoController;
LANGUAGE = ObjC;
OUTLETS = {
"_apertureTF" = NSTextField;
"_cameraMakeTF" = NSTextField;
"_cameraModelTF" = NSTextField;
"_commentTF" = NSTextField;
"_creationDateTF" = NSTextField;
"_distanceTF" = NSTextField;
"_exposureBiasTF" = NSTextField;
"_exposureTimeTF" = NSTextField;
"_fileDateTF" = NSTextField;
"_filenameTF" = NSTextField;
"_filesizeTF" = NSTextField;
"_flashUsedTF" = NSTextField;
"_focalLength35TF" = NSTextField;
"_focalLengthTF" = NSTextField;
"_heightTF" = NSTextField;
"_isoTF" = NSTextField;
"_widthTF" = NSTextField;
};
SUPERCLASS = NSWindowController;
},
{
CLASS = InputImageView;
LANGUAGE = ObjC;
OUTLETS = {
"_appController" = AppController;
"_ratioController" = RatioController;
sizeTextField = NSTextField;
};
SUPERCLASS = NSImageView;
},
{CLASS = NSTableViewSingleEdit; LANGUAGE = ObjC; SUPERCLASS = NSTableView; },
{
CLASS = OutputImageView;
LANGUAGE = ObjC;
OUTLETS = {
"_targetController" = TargetController;
delegate = id;
filesizeTextField = NSTextField;
heightTextField = NSTextField;
progressIndicator = NSProgressIndicator;
widthTextField = NSTextField;
};
SUPERCLASS = NSImageView;
},
{CLASS = QualitySlider; LANGUAGE = ObjC; SUPERCLASS = NSSlider; },
{
ACTIONS = {
addPreset = id;
removePreset = id;
revertPresets = id;
selectPreset = id;
showManager = id;
};
CLASS = RatioController;
LANGUAGE = ObjC;
OUTLETS = {
"_appController" = AppController;
"_heightTF" = NSTextField;
"_outputHeightTF" = NSTextField;
"_outputWidthTF" = NSTextField;
"_panel" = NSPanel;
"_presetsPopUp" = NSPopUpButton;
"_ratioTV" = NSTableView;
"_removeRatioBtn" = NSButton;
"_removeSizeBtn" = NSButton;
"_scaleSlider" = NSSlider;
"_sizeTV" = NSTableView;
"_widthTF" = NSTextField;
};
SUPERCLASS = NSObject;
},
{
ACTIONS = {buyIt = id; tryIt = id; };
CLASS = RegistrationPromptController;
LANGUAGE = ObjC;
OUTLETS = {appController = AppController; buyButton = NSButton; tryButton = NSButton; };
SUPERCLASS = NSWindowController;
},
{CLASS = RotateSlider; LANGUAGE = ObjC; SUPERCLASS = NSSlider; },
{
CLASS = ScaleSlider;
LANGUAGE = ObjC;
OUTLETS = {appController = id; };
SUPERCLASS = NSSlider;
},
{
CLASS = SplitViewDelegate;
LANGUAGE = ObjC;
OUTLETS = {appController = id; };
SUPERCLASS = NSObject;
},
{
ACTIONS = {selectDoubleClickDestination = id; sendFile = id; setup = id; showHelp = id; };
CLASS = TargetController;
LANGUAGE = ObjC;
OUTLETS = {
"_appController" = AppController;
"_doubleClickRadio" = NSMatrix;
"_drawerContentView" = NSView;
};
SUPERCLASS = NSObject;
},
{CLASS = TargetView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; },
{CLASS = YMStepper; LANGUAGE = ObjC; SUPERCLASS = NSStepper; }
);
IBVersion = 1;
}